'Declaration
<DefaultValueAttribute(0)> Public Property Min As Nullable(Of Double)
[DefaultValue(0)] public Nullable<double> Min {get; set;}
'Declaration
<DefaultValueAttribute(0)> Public Property Min As Nullable(Of Double)
[DefaultValue(0)] public Nullable<double> Min {get; set;}